home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Systeme / Right Click Enhancer / Right Click Enhancer Setup.exe / Help.chm / skin.css < prev    next >
Cascading Style Sheet File  |  2013-04-06  |  2KB  |  158 lines

  1. /*=============================================================================
  2.     CHMTemplate Default Skin CSS
  3.     
  4.     Copyright (c) Dmitry Baranov
  5. =============================================================================*/
  6. @charset 'UTF-8';
  7.  
  8. #content 
  9. {
  10. }
  11.  
  12. #footer
  13. {
  14.     margin-top: 1em;
  15.     padding-top: 1em;
  16.     border-top: 1px dotted #333333;
  17.     text-align: center;
  18. }
  19.  
  20. #header
  21. {
  22.      border-bottom: 1px solid #666666;
  23.      margin-bottom: 3em;
  24. }
  25.  
  26. #header h1
  27. {
  28.     color: rgb(69, 69, 69);
  29.     font-size: 2.2em;
  30.     font-weight: 400;
  31. }
  32.  
  33. .ChmAnnotationLink
  34. {
  35.     width: 16px;
  36.     height: 16px;
  37.     background-image: url('Annotation.png');
  38. }
  39.  
  40. .ChmDT
  41. {
  42.     font-weight: bold;
  43. }
  44.  
  45. .ChmDD
  46. {
  47.     padding-left: 18pt;
  48. }
  49.  
  50. .copyright
  51. {
  52.     color: rgb(102, 102, 102);
  53.     display: block;
  54.     font-family: "Trebuchet MS";
  55.     font-size: 11px;
  56. }
  57.  
  58. .SubHeading2,
  59. .SubHeading3,
  60. .SubHeading4,
  61. .SubHeading5,
  62. .SubHeading6,
  63. .SubHeading7,
  64. .SubHeading8,
  65. .SubHeading9
  66. {
  67.     padding-top: 24pt;
  68.     padding-bottom: 6pt;
  69.     border-bottom: 1px dotted #FFC200;
  70.     margin: 0 0 0 0; /* LibreOffice Fix */
  71. }
  72.  
  73. a[@href]
  74.       color: rgb(70, 133, 223);
  75.     text-decoration: none;
  76. }
  77.  
  78. a:hover
  79. {
  80.     text-decoration: underline;
  81. }
  82.  
  83. a img
  84. {
  85.     border-width: 0 0 0 0;
  86. }
  87.  
  88. div.PageToc li
  89. {
  90.     font-family: "Trebuchet MS", "Verdana", "Arial";
  91.     font-size: 10pt;
  92.     list-style-image: url('Down.png');
  93.     margin-left: 0;
  94.     margin-bottom: 5px;
  95. }
  96.  
  97. div.PageToc li a
  98. {
  99.     color: #444444;
  100. }
  101.  
  102. div.SubToc ul
  103. {
  104.     margin-left: 20px;
  105. }
  106.  
  107. div.SubToc li
  108. {
  109.     font-family: "Trebuchet MS", "Verdana", "Arial";
  110.     font-size: 10pt;
  111.     list-style-type: square;
  112. }
  113.  
  114. div.SubToc li a
  115. {
  116.     color: #333333;
  117. }
  118.  
  119. legend.ChmCode
  120. {
  121.     font-family: Verdana;
  122.     font-size: 9pt;
  123.     font-weight: bold;
  124. }
  125.  
  126. p.ChmError
  127. {
  128.     padding: 10px;
  129.     padding-left: 30px;
  130.     background-image: url('Error.png');
  131.     background-position-x: 5px;
  132.     background-position-y: 10px;
  133.     background-repeat: no-repeat;
  134.     border: 1px solid #333333;
  135. }
  136.  
  137. p.ChmNote
  138. {
  139.     padding: 10px;
  140.     padding-left: 30px;
  141.     background-image: url('Note.png');
  142.     background-position-x: 5px;
  143.     background-position-y: 10px;
  144.     background-repeat: no-repeat;
  145.     border: 1px solid #333333;
  146. }
  147.  
  148. p.ChmWarning
  149. {
  150.     padding: 10px;
  151.     padding-left: 30px;
  152.     background-image: url('Warning.png');
  153.     background-position-x: 5px;
  154.     background-position-y: 10px;
  155.     background-repeat: no-repeat;
  156.     border: 1px solid #333333;
  157. }